home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / kcl.lha / cmpnew / cmputil.data < prev    next >
Text File  |  1986-08-23  |  3KB  |  104 lines

  1.           
  2. #(
  3. #!
  4. (lisp::in-package 'user::compiler)
  5. #!
  6. (lisp::export '(compiler::*suppress-compiler-warnings* compiler::*suppress-compiler-notes* compiler::*compiler-break-enable*))
  7. lisp::when
  8. compiler::*safe-compile*
  9. compiler::|compiler preprocess|
  10. compiler::*current-form*
  11. compiler::*first-error*
  12. 0
  13. compiler::*error-count*
  14. compiler::*cmperr-tag*
  15. :upcase
  16. lisp::*print-case*
  17. "~&;;; "
  18. 1
  19. "#.*CMPERR-TAG*"
  20. lisp::if
  21. compiler::cmperr
  22. ";;; ~S requires at most ~R argument~:p, ~
  23.           but ~R ~:*~[were~;was~:;were~] supplied.~%"
  24. ";;; ~S requires at least ~R argument~:p, ~
  25.           but only ~R ~:*~[were~;was~:;were~] supplied.~%"
  26. compiler::*suppress-compiler-warnings*
  27. ";; Warning: "
  28. compiler::*suppress-compiler-notes*
  29. ";; Note: "
  30. system::|#,|
  31. "; #,~s is being compiled.~%"
  32. lisp::*print-length*
  33. 2
  34. lisp::*print-level*
  35. "; ~s is being compiled.~%"
  36. ";; The variable ~s is undefined.~%~
  37.            ;; The compiler will assume this variable is a global.~%"
  38. ";;; A bug was found in the compiler.  Contact Taiichi.~%"
  39. lisp::do*
  40. lisp::cdr
  41. lisp::car
  42. lisp::endp
  43. lisp::declare
  44. lisp::object
  45. lisp::1+
  46. lisp::>=
  47. lisp::fixnum
  48. lisp::eval
  49. lisp::quote
  50. ";;; The form ~s was not evaluated successfully.~%~
  51.                   ;;; You are recommended to compile again.~%"
  52. lisp::macroexpand
  53. ";;; The macro form ~s was not expanded successfully.~%"
  54. lisp::error
  55. "Macro-expansion of ~s failed at compile time."
  56. lisp::macroexpand-1
  57. ";;; The macro form ~s was not expanded successfully.~%"
  58. "Macro-expansion of ~s failed at compile time."
  59. lisp::funcall
  60. lisp::*macroexpand-hook*
  61. ";;; The macro form (~s ...) was not expanded successfully.~%"
  62. "Macro-expansion of ~s failed at compile time."
  63. compiler::*compiler-break-enable*
  64. system::*ihs-base*
  65. system::*ihs-top*
  66. lisp::*break-enable*
  67. system::*break-hidden-packages*
  68. compiler::compiler
  69. compiler::package-operation
  70. compiler::t1
  71. compiler::t2
  72. compiler::t3
  73. compiler::top-level-macro
  74. compiler::c1
  75. compiler::c2
  76. compiler::c1conditional
  77. compiler::inline-always
  78. compiler::inline-unsafe
  79. compiler::inline-safe
  80. compiler::lfun
  81. compiler::safe-compile
  82. system::*make-constant
  83. compiler::cmpck
  84. compiler::too-many-args
  85. compiler::too-few-args
  86. compiler::cmpwarn
  87. compiler::cmpnote
  88. compiler::print-current-form
  89. compiler::undefined-variable
  90. compiler::baboon
  91. compiler::dolist*
  92. compiler::dolist**
  93. compiler::dotimes*
  94. compiler::dotimes**
  95. compiler::cmp-eval
  96. compiler::cmp-macroexpand
  97. compiler::cmp-macroexpand-1
  98. compiler::cmp-expand-macro
  99. compiler::cmp-toplevel-eval
  100. compiler::compiler-clear-compiler-properties
  101. lisp::break
  102. system::ihs-top
  103. )
  104.